Uses of Class
negotiator.boaframework.Actions

Packages that use Actions
negotiator.boaframework   
negotiator.boaframework.acceptanceconditions.anac2010   
negotiator.boaframework.acceptanceconditions.anac2011   
negotiator.boaframework.acceptanceconditions.other   
 

Uses of Actions in negotiator.boaframework
 

Methods in negotiator.boaframework that return Actions
abstract  Actions AcceptanceStrategy.determineAcceptability()
          Determines to either to either accept or reject the opponent's bid or even quit the negotiation.
static Actions Actions.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Actions[] Actions.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Actions in negotiator.boaframework.acceptanceconditions.anac2010
 

Methods in negotiator.boaframework.acceptanceconditions.anac2010 that return Actions
 Actions AC_Yushu.determineAcceptability()
           
 Actions AC_Nozomi.determineAcceptability()
           
 Actions AC_IAMHaggler2010.determineAcceptability()
           
 Actions AC_IAMcrazyHaggler.determineAcceptability()
           
 Actions AC_AgentSmith.determineAcceptability()
           
 Actions AC_AgentK.determineAcceptability()
           
 Actions AC_AgentFSEGA.determineAcceptability()
           
 

Uses of Actions in negotiator.boaframework.acceptanceconditions.anac2011
 

Methods in negotiator.boaframework.acceptanceconditions.anac2011 that return Actions
 Actions AC_ValueModelAgent.determineAcceptability()
           
 Actions AC_TheNegotiator.determineAcceptability()
           
 Actions AC_NiceTitForTat.determineAcceptability()
           
 Actions AC_IAMHaggler2011.determineAcceptability()
           
 Actions AC_HardHeaded.determineAcceptability()
           
 Actions AC_Gahboninho.determineAcceptability()
           
 Actions AC_BRAMAgent.determineAcceptability()
           
 Actions AC_AgentK2.determineAcceptability()
           
 

Uses of Actions in negotiator.boaframework.acceptanceconditions.other
 

Methods in negotiator.boaframework.acceptanceconditions.other that return Actions
 Actions Multi_AcceptanceCondition.determineAcceptability()
          The main method of the MAC.
 Actions AC_True.determineAcceptability()
           
 Actions AC_Time.determineAcceptability()
           
 Actions AC_Previous.determineAcceptability()
           
 Actions AC_Next.determineAcceptability()
           
 Actions AC_Gap.determineAcceptability()
           
 Actions AC_False.determineAcceptability()
           
 Actions AC_ConstDiscounted.determineAcceptability()
           
 Actions AC_Const.determineAcceptability()
           
 Actions AC_CombiV4.determineAcceptability()
           
 Actions AC_CombiV3.determineAcceptability()
           
 Actions AC_CombiV2.determineAcceptability()
           
 Actions AC_CombiProbDiscounted.determineAcceptability()
           
 Actions AC_CombiProb.determineAcceptability()
           
 Actions AC_CombiMaxInWindowDiscounted.determineAcceptability()
           
 Actions AC_CombiMaxInWindow.determineAcceptability()
           
 Actions AC_CombiMax.determineAcceptability()
           
 Actions AC_CombiBestAvgDiscounted.determineAcceptability()
           
 Actions AC_CombiBestAvg.determineAcceptability()
           
 Actions AC_CombiAvg.determineAcceptability()
           
 Actions AC_Combi.determineAcceptability()
           
 Actions AC_ABMP.determineAcceptability()